<!-- TWO STEPS TO INSTALL RIGHT BROWSER?: 1. Put the code into the HEAD of your HTML document 2. Copy the last code into the BODY of your HTML document --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!--Total Java Scripts 99 - Next Step Software--> <!-- Original: http://www.geocities.com/SiliconValley/6052 --> <!-- Begin function DetectBrowser (BestBrowser,BestVersion) { var Browser = navigator.appName; var Version = navigator.appVersion; if (Browser == BestBrowser) { if (Version == BestVersion) { alert ("Congratulations, you've got just the right browser to be able to view this page properly."); } else { alert ("You've at least got the right browser, but the version is not the right one, so you might not be possible to view the page properly.");} } else { alert ("Sorry, you haven't got the right browser to view this page as it was meant to be viewed, so you'll probably not be able to view this page properly."); } } // End --> </SCRIPT> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <center><FONT SIZE=-1>This page is best viewed with Netscape 3.01, Windows 95 and 640x480 resolution.</FONT> <FORM><INPUT TYPE=BUTTON VALUE="Have the right browser?" onClick="DetectBrowser ('Netscape','3.01Gold (Win95; I)')"></FORM></center> <!-- Script Size: 1.46 KB -->
1998 Copyright (C) Next Step All Rights Reserved